home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / internet / others / wwwcache.readme < prev   
Text File  |  1996-02-22  |  1KB  |  33 lines

  1. Short:    Great Arexx script for caching images and html documents in AMosaic
  2. Author:   stephan@stephan.et.tudelft.nl (Stephan Lichtendahl)
  3. Uploader: stephan@stephan.et.tudelft.nl (Stephan Lichtendahl)
  4. Version:  1.4 (second uploaded version)
  5. Type:     comm/net
  6.  
  7.   Freeware
  8.  
  9. Saves inlined images to harddisk to prevent them from being
  10. downloaded every time you want to see them. Then they can
  11. be loaded every time from harddisk instead, which is a bit
  12. faster :-)
  13. Also, HTML documents can be saved in a way that all remote
  14. links remain remote and links to documents, which are already
  15. on your harddisk, will automatically be replaced with local
  16. ones. A convenient hotlist as HTML document will be created.
  17.  
  18. New: Now you can simply remove a HTML document and all its
  19. images from cache via AMosaic's hotlist menu.
  20. Now the script will also work with rexxdossupport.library 2.3.
  21. Change rexxdossupport.library to RexxDosSupport.library in the
  22. script when you still have RexxDosSupport.library version 2.1.
  23. And a little bug removed.
  24.  
  25. Requirements:
  26. -AMosaic (tested with NoNet 1.2 and AmiTCP 1.3beta & 2.0pre-release versions)
  27. -probably OS3.x for inlined images to work
  28. -Arexx running
  29. -rexxsupport.library (tested with version 34.9)
  30. -rexxdossupport.library (tested with version 2.1 & 2.3)
  31. -requestfile for saving HTML documents (part of OS2/OS3 ?)
  32. -getstring for resaving local documents
  33.